-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use plugin patcher to inject remote plugin runtime. #210
Conversation
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
pluginContainerCommand: ["sh", "-c"] | ||
pluginContainerArgs: ["/plugins/remote-launcher/entrypoint.sh"] | ||
initContainers: | ||
- name: theia-remote-plugin-laucher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: theia-remote-plugin-laucher | |
- name: theia-remote-plugin-launcher |
pluginContainerArgs: ["/plugins/remote-launcher/entrypoint.sh"] | ||
initContainers: | ||
- name: theia-remote-plugin-laucher | ||
image: aandrienko/che-theia-endpoint-runtime:next |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should avoid using personal registries here if possible
@@ -46,6 +46,19 @@ spec: | |||
attributes: | |||
protocol: http | |||
discoverable: false | |||
pluginPatcher: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we changed the meta.yaml
model without increasing the apiVersion
?
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Close on favour: #233 |
What does this PR do?
Use plugin patcher to inject remote plugin runtime.
Referenced issue:
eclipse-che/che#13387
Depends on:
eclipse-che/che-plugin-broker#71
eclipse-che/che-theia#410
eclipse-che/che#14333
Signed-off-by: Oleksandr Andriienko oandriie@redhat.com